home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Examples
/
AppKit
/
UnderPressure
/
Makefile.preamble
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-06-04
|
326 b
|
9 lines
# this rule is needed to work around an app-makefiles bug that will be fixed
# in 3.0. Without this, .psw files get wrapped incorrectly if the .c file
# exists because make's internal .psw.c rule get used, which does not include
# (essential) -a and -h flags . . .
.psw.c:
$(PSWRAP) $(PSWFLAGS) -a -h $*.h -o $*.c $*.psw